home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMINSERTTABLE / TFRMINSERTTABLE.txt
Text File  |  2006-04-19  |  2KB  |  96 lines

  1. object frmInsertTable: TfrmInsertTable
  2.   Left = 372
  3.   Top = 235
  4.   ActiveControl = btnOk
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 102
  7.   ClientWidth = 173
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblNumCols: TLabel
  20.     Left = 8
  21.     Top = 16
  22.     Width = 3
  23.     Height = 13
  24.   end
  25.   object lblNumRows: TLabel
  26.     Left = 8
  27.     Top = 45
  28.     Width = 3
  29.     Height = 13
  30.   end
  31.   object btnOk: TButton
  32.     Left = 15
  33.     Top = 73
  34.     Width = 72
  35.     Height = 22
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 4
  39.   end
  40.   object BtnCancel: TButton
  41.     Left = 95
  42.     Top = 73
  43.     Width = 72
  44.     Height = 22
  45.     Cancel = True
  46.     ModalResult = 2
  47.     TabOrder = 5
  48.   end
  49.   object EditNumCols: TEdit
  50.     Left = 114
  51.     Top = 12
  52.     Width = 37
  53.     Height = 21
  54.     HelpContext = 856
  55.     MaxLength = 2
  56.     TabOrder = 0
  57.     Text = '2'
  58.   end
  59.   object UpNumCols: TUpDown
  60.     Left = 151
  61.     Top = 12
  62.     Width = 15
  63.     Height = 21
  64.     HelpContext = 856
  65.     Associate = EditNumCols
  66.     Min = 1
  67.     Max = 99
  68.     Position = 2
  69.     TabOrder = 1
  70.     Wrap = False
  71.   end
  72.   object EditNumRows: TEdit
  73.     Left = 114
  74.     Top = 41
  75.     Width = 37
  76.     Height = 21
  77.     HelpContext = 859
  78.     MaxLength = 2
  79.     TabOrder = 2
  80.     Text = '2'
  81.   end
  82.   object UpNumRows: TUpDown
  83.     Left = 151
  84.     Top = 41
  85.     Width = 15
  86.     Height = 21
  87.     HelpContext = 859
  88.     Associate = EditNumRows
  89.     Min = 1
  90.     Max = 99
  91.     Position = 2
  92.     TabOrder = 3
  93.     Wrap = False
  94.   end
  95. end
  96.